Parameters
- pInstallationSpace
- InstallationSpace object.
- arrPointsOnSpline
- List of Eplan.EplApi.Base.PointD3D, which are the nodes of the spline. At least 3 points needed.
Exception | Description |
---|---|
Eplan.EplApi.DataModel.ObjectAlreadyCreatedException | Thrown when the RoutingSpline has already been created. |
System.ArgumentNullException | Thrown if parameter pInstallationSpace is null , number of passed
points on spline is less then three. |